java remainder sign

84

java remainder sign -

if ((a % 2) == 0)
{
    isEven = true;
}
else
{
    isEven = false;
}

Comments

Submit
0 Comments